/**
	* ----- body ---- *
 */
 body {
	background: #f6f7f9;
}
/**
	* ----- 详情页头部 ---- *
 */
.header-body {
	z-index: 99;
	background: #1040a1;
}
.header-container {
	width: 100%;
	position: relative;
	max-width: 768px;
	margin: 0 auto;
	padding: 0 150px 0 0;
	min-height: 75px;
	/* line-height: 75px; */
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0 1px #002a78;
}
.header-container.common-header {
	padding-left: 150px;
}
.header-container .logo {
	position: absolute;
	left: 27px;
	height: 72%;
	top: 14%;
}
.header-container.common-header .logo {
	right: 0;
	left: 0;
	margin: 0 auto;
}
.header-container .btn-box {
	position: absolute;
	top: 0px;
	height: 75px;
}
.header-container .btn-box::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.header-container .btn-box .btn {
	width: 75px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.header-container .left-btns {
	left: 15px;
}
.header-container .left-btns .btn {
	float: left;
}
.header-container .right-btns {
	right: 15px;
}
.header-container .right-btns .btn {
	float: right;
	font-size: 36px;
}
@media (max-width:768px) {
	.header-container {
		padding: 0vw 20vw 00;
		min-height: 10vw;
		line-height: 10vw;
		font-size: 4.8vw;
	}
	.header-container.common-header {
		padding-left: 20vw;
	}
	.header-container .btn-box {
		height: 10vw;
		top: 0vw;
	}
	.header-container .btn-box .btn {
		width: 10vw;
		height: 10vw;
	}
	.header-container .left-btns {
		left: 2vw;
	}
	.header-container .right-btns {
		right: 2vw;
		font-size: 4.8vw;
	}
	.header-container .right-btns .btn {
		font-size: 4.8vw;
	}
}
/**
 * ---- banner-swiper ---- *
*/
.banner-swiper-container {
	margin-bottom: 36px;
	position: relative;
}
.banner-swiper .swiper-slide {
	height: 390px;
	overflow: hidden;
	background: #d6d6d6;
	position: relative;
}
.banner-swiper .swiper-slide img {
	display: block;
	min-width: 100%;
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/* object-fit: cover; */
}
.banner-swiper .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.58));
	height: 135px;
	padding: 36px 150px 0 27px;
	line-height: 99px;
	font-size: 35px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.banner-swiper .swiper-slide a {
	width: 100%;
}
.banner-pagination {
	position: absolute;
	left: auto;
	right: 24px;
	width: auto !important;
	bottom: 34px;
	height: 9px;
	line-height: 0;
	z-index: 5;
}
.banner-pagination .swiper-pagination-bullet {
	margin: 0 4px;
	height: 9px;
	width: 9px;
	border-radius: 1px;
	background: rgba(255,255,255,0.4);
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	opacity: 1;
	transition: .3s ease-in-out;
}
.banner-pagination .swiper-pagination-bullet-active {
	background: #fff;
	width: 28px;
}
@media (max-width:768px) {
	.banner-swiper-container {
		margin-bottom: 4.8vw;
	}
	.banner-swiper .swiper-slide {
		height: 52vw;
	}
	.banner-swiper .swiper-slide p {
		height: 18vw;
		padding: 4.8vw 20vw 0 3.6vw;
		line-height: 13.2vw;
		font-size: 4.8vw;
	}
	.banner-pagination {
		right: 3.2vw;
		bottom: 4.4vw;
		height: 1.2vw;
	}
	.banner-pagination .swiper-pagination-bullet {
		margin: 0 0.8vw;
		height: 1.2vw;
		width: 1.2vw;
	}
	.banner-pagination .swiper-pagination-bullet-active {
		width: 3.6vw;
	}
}
/**
 * ---- serve-menu-container ---- *
*/
.menu-container {
	background: #0f40a1;
}
.menu-swiper .swiper-slide {
	padding: 24px;
	position: relative;
	line-height: 45px;
	height: 93px;
	width: auto;
	font-size: 32px;
	color: #fff;
}
.menu-swiper .swiper-slide .active::after {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 0px;
	width: 1.5em;
	background: #fff;
	overflow: hidden;
	line-height: 0;
	transition: .3s ease-in-out;
}
.menu-swiper .swiper-slide .active::after {
	height: 4px;
}
@media (max-width:768px) {
	.menu-swiper .swiper-slide {
		padding: 3.2vw;
		line-height: 6vw;
		height: 12.4vw;
		font-size: 4.4vw;
	}
	.menu-swiper .swiper-slide .active::after {
		height: 0.8vw;
		bottom: 2vw;
	}
}
/**
 * ---- news-lists ---- *
*/
.news-lists {
	margin-top: 36px;
}
.news-lists li {
	margin-bottom: 28px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 35px;
	position: relative;
	display: none;
}
.news-lists li::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.news-lists li .pic {
	position: relative;
	float: right;
	margin-left: 35px;
	margin-top: 9px;
	width: 228px;
	height: 140px;
	border-radius: 5px;
	overflow: hidden;
}
.news-lists li .pic img {
	min-width: 100%;
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.news-lists li h1 {
	min-height: 102px;
	line-height: 51px;
	font-weight: normal;
	font-size: 33px;
	color: #000000;
	margin-bottom: 18px;
}
.news-lists li p {
	line-height: 30px;
	font-size: 22px;
	color: #979898;
}
.news-lists li p span {
	display: inline-block;
	margin-right: 27px;
}
.news-lists-more {
	display: block;
	margin: 45px auto;
	width: 210px;
	border: 1px solid #e4e4e4;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #666;
	border-radius: 9px;
	background: #f0f0f0;
	cursor: pointer;
}
.news-lists-more a {
	width: 100%;
	height: 100%;
	display: block;
}
@media (max-width:768px) {
	.news-lists {
		margin-top: 4.8vw;
	}
	.news-lists li {
		margin-bottom: 3.6vw;
		padding-bottom: 4.8vw;
	}
	.news-lists li .pic {
		margin-left: 4.8vw;
		margin-top: 1.2vw;
		width: 30.4vw;
		height: 18.8vw;
		border-radius: 0.8vw;
	}
	.news-lists li h1 {
		min-height: 13.6vw;
		line-height: 6.8vw;
		font-size: 4.4vw;
		margin-bottom: 2.4vw;
	}
	.news-lists li p {
		line-height: 4vw;
		font-size: 3.2vw;
	}
	.news-lists li p span {
		margin-right: 3.6vw;
	}
	.news-lists-more {
		margin: 6vw auto;
		width: 28vw;
		line-height: 6.4vw;
		font-size: 3.2vw;
		border-radius: 9px;
	}
}
@media (max-width: 475px) {
	.news-lists li h1 {
		font-size: 4.8vw;
	}
	.news-lists li p {
		font-size: 3.6vw;
	}
	.news-lists-more {
		font-size: 3.6vw;
	}
}
/**
 * ---- container ---- *
*/
.container {
	width: 92.8%;
	margin: 0 auto;
}

/**
 * ---- container ---- *
*/
.footer-container {
	padding: 24px;
	line-height: 2;
	font-size: 20px;
	background: #efefef;
	color: #888;
	text-align: center;
}
.footer-container span {
	display: inline-block;
	margin: 0 6px;
}
@media (max-width:768px) {
	.footer-container {
		padding: 3.2vw;
		font-size: 2.8vw;
	}
	.footer-container span {
		margin: 0 0.8vw;
	}
}
@media (max-width:475px) {
	.footer-container {
		padding: 4.8vw 3.2vw;
		font-size: 3.6vw;
	}
	.footer-container span {
		margin: 0 ;
		width: 100%;
	}
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2024-01-06 18:01:33" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->